home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
raytrace
/
pov
/
gen
/
form04a
/
shapes
/
spiney.frm
< prev
next >
Wrap
Text File
|
1993-06-04
|
273b
|
10 lines
// yaccdebug on
// yydebug on
plg scale = 10.0;
part1 = sphere stack 10 bend 60 grow 1.5;
spine = box <1.0 , 1.0 , 1.0> stack 5 grow 0.2 twist 45 , 0.5;
bit1 = sphere , sphere , [ spine ] stack 15;
head = box <0.1 , 0.2, 0.1> fan 21 , 180;
part1 , bit1, head;
end